BODY		{
		margin: 0px;
		font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Bitstream Vera Sans', 'Verdana', 'Tahoma', 'Arial', sans-serif;
		}
a		{
		color: black;
		}
a:hover	{
		color: red;
		}

/*------------------- DIV ZONE -------------------*/

#container	{
		position: relative;
		width: 629px;
		height: auto;
		border: 1px;
		background: url("body_bg.gif");
		}
#header	{
		width: 100%;
		height: 114px;
		margin: 0px;
		border-top: 1px solid red;
		background: url("banner_bg.gif") no-repeat;
		}
		#header SPAN {
				display: block;
				}
		#header H1	{
				display: block;
				padding-left: 30px;
				font-family: 'Geneva', Verdana, Sans;
				font-size: 25pt;
				color: #fff;
				text-align: left;
				}
		#header H4	{
				display: block;
				position: relative;
				padding-left: 63px;
				font-family: 'Geneva', Verdana, Sans;
				font-size: 10pt;
				color: #fff;
				text-align: left;
				}
#menuleft	{
		position: absolute;
		width: 118px;
		height: auto;
		left: 470px;
		margin-right: 61px;
		white-space: nowrap;
		z-index:1;
		}	
		#menuleft H3 {
				}
		#menuleft UL {
				margin: 3px;
				padding: 0px;
				white-space: nowrap;
				font-family: "Arial", Verdana, Sans-Serif;
				font-size: 12pt;
				font-weight: bold;
				font-style: italic;
				}
		#menuleft LI {
				list-style-type: none;
				}
#subcontainer	{
		position: relative;
		display: block;
		width: 629px;
		background: url("container_bg.gif") no-repeat;
		}				
#singlecontent	{
		width: 400px;
		height: 629px;
		border-top: 1px solid #fff;
		display: block;
		margin-left: 60px;
		position: relative;
		}
#multiplecontent	{
			position: relative;
			width: 503px;
			display: block;
			margin-left: 63px;
			border-top: 1px solid transparent;
			}
			#multiplecontent p 	{
						font-size: 10pt;
						}
#singlecontent H3	{
	 		display: block;
			padding: 2px;
			background: url("multiple_bg.gif");																 			
			width: 400px;
			height: 20px;
			font-family: Arial;
			font-size: 12pt;
			font-weight: bold;
			color: #fff;
			}
#multiplecontent H3	{
			display: block;
			padding: 2px;
			background: url("multiple_bg.gif");
			width: 503px;
			height: 20px;
			font-family: Arial;
			font-size: 12pt;
			font-weight: bold;
			color: #fff;																				
			}
#footer	{
	background: url("gfx/body_bg.gif");
	text-align: center;
	display: inherit;
	width: 100%;
	height: 30px;
	margin: 0px;
	}
	#footer span	{
			font-size: 10pt;
			text-decoration: underline;
			}
#extradiv1 {
					 }
#extradiv2 {
					 }
#extradiv3 {
					 }
#extradiv4 {
					 }
#extradiv5 {
					 }
#extradiv6 {
					 }					 					 					 
/*--
			#header1 li	{
					display: inline;
					list-style-type: none;
			 		}
			#header1 a	{
					padding: 3px 10px;
					border: 0px 1px 0px 1px solid #036;
					}
			#header1 a:link, #header1 a:visited {
					color: #fff;
					background-color: #036;
					text-decoration: none;
					}
			#header1 a:hover	{
					color: #fff;
					background-color: #369;
					border: 0px 1px 0px 1px solid #fff;
					text-decoration: none;
--*/